body{font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif,"微软雅黑";
	font-size: 14px;
	font-weight: 400}
a.button:hover, button:hover {
    color: #000;
    text-decoration: none;
	font-size: 14px;
	font-weight: 400
}
a.button:active, button:active {
    color: #fffaf5;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.8);
	font-size: 14px;
	font-weight: 400
}
a.button:hover, button:hover {
}
a.button:active, button:active {
    color: #fffaf5;
	font-size: 14px;
	font-weight: 400
}
a.bordered {
    color: #000;
	font-size: 14px;
	font-weight: 400
}
a.bordered:hover, button.bordered:hover {
    color: #770000;
}
a.bordered.button:active, button.bordered:active {
    color: #770000;
    border-color: #8f4800;
}
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    /*font-family: "Clear Sans", "Open Sans", Roboto, sans-serif;*/
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}